home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / Webstrijd / CoffeeHTML / CoffeeHTML95.exe / %MAINDIR% / Snippets / Layering two images.snp < prev    next >
Encoding:
Text File  |  2003-05-27  |  222 b   |  9 lines

  1. <!-- 2 pictures that layer on top of each other.
  2. A neat effect with the same picture,one black & white
  3. and the other color. Netscape loads the second one first
  4. -->
  5.  
  6.  
  7.  
  8. <IMG SRC="apicture.gif" LOWSRC="theother.jpg">
  9.